home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Classes
/
2.0_GraphView
/
Examples
/
plotTest
/
PlotControl.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-16
|
297 b
|
19 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface PlotControl:Object
{
id thePlotView1;
id thePlotView2;
id thePlotView3;
}
- appDidInit:sender;
- plotPoints:sender;
- plotLines:sender;
- plotArray:sender;
- tempPlotArray:sender;
- printKeyWindow:sender;
@end